home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
iconco1a
/
splash.frm
< prev
Wrap
Text File
|
1999-10-07
|
3KB
|
117 lines
VERSION 4.00
Begin VB.Form Form2
BackColor = &H00000000&
ClientHeight = 4035
ClientLeft = 1140
ClientTop = 1575
ClientWidth = 6690
ClipControls = 0 'False
ControlBox = 0 'False
Height = 4470
Left = 1080
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4035
ScaleWidth = 6690
Top = 1200
Width = 6810
WindowState = 2 'Maximized
Begin VB.Timer Timer1
Interval = 5000
Left = 3240
Top = -360
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "ICON COLLECTION"
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "Swis721 Cn BT"
Size = 48
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0080FFFF&
Height = 1740
Left = 600
TabIndex = 2
Top = 600
Width = 8460
End
Begin VB.Label Label2
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "To Continue Click Anywhere or Wait 5 Seconds "
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 24
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000040C0&
Height = 1260
Left = 1380
TabIndex = 1
Top = 4755
Width = 7170
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Welcome: To permanently delete any icon from this collection double click on it."
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "MS Sans Serif"
Size = 24
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00C000C0&
Height = 1905
Left = 870
TabIndex = 0
Top = 2475
Width = 7935
End
End
Attribute VB_Name = "Form2"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Click()
Me.Hide
Form1.Show
End Sub
Private Sub Label1_Click()
Me.Hide
Form1.Show
End Sub
Private Sub Label2_Click()
Me.Hide
Form1.Show
End Sub
Private Sub Label3_Click()
Me.Hide
Form1.Show
End Sub
Private Sub Timer1_Timer()
Me.Hide
Form1.Show
End Sub